home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / bitgame.dir / 00069.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  86 b   |  8 lines

  1. on exitFrame
  2.   if gCount > 8 then
  3.     go("thing")
  4.   else
  5.     go("match")
  6.   end if
  7. end
  8.